glyph cache: Upload large glyphs in lookup () directly
authorTimm Bäder <mail@baedert.org>
Sun, 28 Jul 2019 09:57:43 +0000 (11:57 +0200)
committerTimm Bäder <mail@baedert.org>
Sun, 28 Jul 2019 10:00:15 +0000 (12:00 +0200)
commit2c38b71ca53023b843e9bba2fddd97612e2789ab
tree725b9ca1f93ba4393f8c414655e6ac9a8a570467
parent1c93bef0d5ba08012a275815ae3549911d1ef459
glyph cache: Upload large glyphs in lookup () directly

Instead of relying on a texture id of 0, which can happen for other
reasons, e.g. when the glyph is being scaled too small.

Fixes part of #2046
gsk/gl/gskglglyphcache.c
gsk/gl/gskglglyphcacheprivate.h
gsk/gl/gskglrenderer.c